mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-10 10:01:30 +00:00
New test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43527 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8392772727
commit
e45bb9ad5e
6
test/CFrontend/2007-10-30-Volatile.c
Normal file
6
test/CFrontend/2007-10-30-Volatile.c
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
// RUN: %llvmgcc -S %s -o /dev/null -Wall -Werror
|
||||||
|
void bork() {
|
||||||
|
char * volatile p;
|
||||||
|
volatile int cc;
|
||||||
|
p += cc;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user