mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 22:58:50 +00:00
NEW testcase for PR84 :(
llvm-svn: 9967
This commit is contained in:
parent
d966bbe9bf
commit
e09331e863
5
test/Regression/CFrontend/2003-11-13-TypeSafety.c.tr
Normal file
5
test/Regression/CFrontend/2003-11-13-TypeSafety.c.tr
Normal file
@ -0,0 +1,5 @@
|
||||
// RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep getelementptr
|
||||
|
||||
int *test(int *X, int Y) {
|
||||
return X + Y;
|
||||
}
|
Loading…
Reference in New Issue
Block a user