aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/fail_compilation/body.d
blob: 7b718c25060723d608628351db1ff7ef0783975b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* REQUIRED_ARGS: -wo -w
TEST_OUTPUT:
---
fail_compilation/body.d(11): Warning: usage of identifer `body` as a keyword is obsolete. Use `do` instead.
Error: warnings are treated as errors
       Use -wi if you wish to treat warnings only as informational.
---
*/

void test()
in { } body { }