mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
test case for r95842.
llvm-svn: 95844
This commit is contained in:
parent
2aa666c419
commit
f4f1901ec8
7
test/FrontendC/2010-02-10-PointerName.c
Normal file
7
test/FrontendC/2010-02-10-PointerName.c
Normal file
@ -0,0 +1,7 @@
|
||||
// RUN: %llvmgcc %s -S -g -o - | grep DW_TAG_pointer_type | grep -v char
|
||||
|
||||
char i = 1;
|
||||
void foo() {
|
||||
char *cp = &i;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user