[5/n][PR rtl-optimization/115877] Fix handling of input/output operands
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / attr-deprecated-2.C
blobac6c4aecf9b36590b07f7a509566a785cba19493
1 // PR c++/60365
2 // { dg-do compile { target c++14 } }
4 void func [[deprecated, deprecated]] (); // { dg-warning "specified multiple times" }