summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/inline.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/inline.cpp')
-rw-r--r--test/SemaCXX/inline.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/SemaCXX/inline.cpp b/test/SemaCXX/inline.cpp
new file mode 100644
index 0000000..7d0505a
--- /dev/null
+++ b/test/SemaCXX/inline.cpp
@@ -0,0 +1,5 @@
+// RUN: clang-cc -fsyntax-only -verify %s
+
+// Check that we don't allow illegal uses of inline
+// (checking C++-only constructs here)
+struct c {inline int a;}; // expected-error{{'inline' can only appear on functions}}
OpenPOWER on IntegriCloud