Sign in
llvm
/
llvm-project
/
b5e06b5ede8e29a3db34ce740b249bb22dbf76a1
/
.
/
clang
/
test
/
Parser
/
cxx03-attributes.cpp
blob: d3afef76366a3c169a2c96e4662402f737971d87 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++03 %s
// expected-no-diagnostics
struct
S
{
S
([[
clang
::
lifetimebound
]]
int
&)
{}
};