mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-13 08:26:02 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1775 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
7
test/CFrontend/2002-02-18-64bitConstant.c
Normal file
7
test/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);
|
||||||
|
|
||||||
|
}
|
Reference in New Issue
Block a user