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