blob: 2837de4b8b44e2b19f921fe0b59b4f18b266fc8e [file] [log] [blame]
// RUN: %clang_cc1 %s -emit-llvm -g -o - | grep DW_TAG_pointer_type | grep -v {"char"}
char i = 1;
void foo() {
char *cp = &i;
}