mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-08 11:37:03 +00:00
New test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36400 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1f7a9bc982
commit
d53b69d9c2
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…
x
Reference in New Issue
Block a user