2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1z / nodiscard1.C
blob5f2345a3407a11488200b4472ffd095f84a6fe8e
1 // { dg-do compile { target c++11 } }
3 [[nodiscard]] int f();
5 int main()
7   f();                          // { dg-warning "" }