mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-21 19:20:50 +00:00
New test to make sure I'm getting constness right
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5041 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1765b5dbcf
commit
4fed97f801
6
test/CFrontend/2002-12-15-GlobalConstantTest.c
Normal file
6
test/CFrontend/2002-12-15-GlobalConstantTest.c
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
const char *W = "foo";
|
||||
const int X = 7;
|
||||
int Y = 8;
|
||||
const char * const Z = "bar";
|
||||
|
Loading…
x
Reference in New Issue
Block a user