Skip to content

Commit 0ae3a46

Browse files
committed
add test
1 parent 27b3da6 commit 0ae3a46

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)