mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-20 12:31:40 +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:
parent
34dd24b0b8
commit
ae50560920
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);
|
||||||
|
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user