mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
New test case.
llvm-svn: 36400
This commit is contained in:
parent
c2b860bcf0
commit
ad19e20a45
7
test/CFrontend/2007-04-24-bit-not-expr.ll
Normal file
7
test/CFrontend/2007-04-24-bit-not-expr.ll
Normal file
@ -0,0 +1,7 @@
|
||||
// PR 1346
|
||||
// RUN: %llvmgcc -c %s -o /dev/null
|
||||
extern bar(void *);
|
||||
|
||||
void f(void *cd) {
|
||||
bar(((void *)((unsigned long)(cd) ^ -1)));
|
||||
}
|
Loading…
Reference in New Issue
Block a user