mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 09:53:54 +00:00
New test.
llvm-svn: 43527
This commit is contained in:
parent
5e058e94b5
commit
d646b31441
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