summaryrefslogtreecommitdiffstats
path: root/test/Sema/promote-int-16bit.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/promote-int-16bit.c')
-rw-r--r--test/Sema/promote-int-16bit.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/Sema/promote-int-16bit.c b/test/Sema/promote-int-16bit.c
deleted file mode 100644
index 6446720a..0000000
--- a/test/Sema/promote-int-16bit.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %clang_cc1 -fsyntax-only -verify %s -triple pic16-unknown-unknown
-
-// Check that unsigned short promotes to unsigned int on targets where
-// sizeof(unsigned short) == sizeof(unsigned int)
-__typeof(1+(unsigned short)1) x;
-unsigned x;
OpenPOWER on IntegriCloud