summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/debug-info.c')
-rw-r--r--clang/test/CodeGen/debug-info.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/clang/test/CodeGen/debug-info.c b/clang/test/CodeGen/debug-info.c
index a84d0b2c6ac..8e7d66558db 100644
--- a/clang/test/CodeGen/debug-info.c
+++ b/clang/test/CodeGen/debug-info.c
@@ -47,3 +47,10 @@ struct foo2 foo2;
typedef int barfoo;
barfoo foo() {
}
+
+// CHECK: __uint128_t
+__uint128_t foo128 ()
+{
+ __uint128_t int128 = 44;
+ return int128;
+}
OpenPOWER on IntegriCloud