blob: d3afef76366a3c169a2c96e4662402f737971d87 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++03 %s
// expected-no-diagnostics
struct S {
S([[clang::lifetimebound]] int&) {}
};