summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2002-02-18-64bitConstant.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2002-02-18-64bitConstant.c')
-rw-r--r--test/FrontendC/2002-02-18-64bitConstant.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/FrontendC/2002-02-18-64bitConstant.c b/test/FrontendC/2002-02-18-64bitConstant.c
deleted file mode 100644
index a88587a..0000000
--- a/test/FrontendC/2002-02-18-64bitConstant.c
+++ /dev/null
@@ -1,10 +0,0 @@
-// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
-
-/* GCC wasn't handling 64 bit constants right fixed */
-
-#include <stdio.h>
-
-int main() {
- long long Var = 123455678902ll;
- printf("%lld\n", Var);
-}
OpenPOWER on IntegriCloud