1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/FrontendC/2010-02-10-PointerName.c

8 lines
119 B
C
Raw Normal View History

2010-02-11 02:31:01 +01:00
// RUN: %llvmgcc %s -S -g -o - | grep DW_TAG_pointer_type | grep -v char
char i = 1;
void foo() {
char *cp = &i;
}