mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
New testcase
llvm-svn: 1775
This commit is contained in:
parent
801f59eb1f
commit
b971ece3f1
7
test/Regression/CFrontend/2002-02-18-64bitConstant.c
Normal file
7
test/Regression/CFrontend/2002-02-18-64bitConstant.c
Normal file
@ -0,0 +1,7 @@
|
||||
/* GCC wasn't handling 64 bit constants right fixed */
|
||||
|
||||
void main() {
|
||||
long long Var = 123455678902ll;
|
||||
printf("%lld\n", Var);
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user