aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Parser/cxx03-attributes.cpp
blob: d3afef76366a3c169a2c96e4662402f737971d87 (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++03 %s
// expected-no-diagnostics

struct S {
    S([[clang::lifetimebound]] int&) {}
};