mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +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…
Reference in New Issue
Block a user