brintos

brintos / llvm-project-archived public Read only

0
0
Text · 137 B · d3afef7 Raw
7 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -verify -std=c++03 %s2// expected-no-diagnostics3 4struct S {5    S([[clang::lifetimebound]] int&) {}6};7