mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
test case for r95842.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95844 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ca51d05138
commit
f87052a55a
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…
Reference in New Issue
Block a user