We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b3da6 commit 0ae3a46Copy full SHA for 0ae3a46
clang/test/Parser/cxx03-attributes.cpp
@@ -0,0 +1,5 @@
1
+// RUN: %clang_cc1 -fsyntax-only -verify -std=c++03 %s
2
+
3
+struct S {
4
+ S([[clang::lifetimebound]] int&) {}
5
+};
0 commit comments