blob: 7880fa8345eecfaf1ef61f5421cbef7f7e449a98 [file] [log] [blame]
// RUN: %llvmgcc %s -S -g -o - | grep DW_TAG_pointer_type | grep -v char
char i = 1;
void foo() {
char *cp = &i;
}