aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/futurexf.d
blob: 0a2df69281ead2fdeb515acc8378427928e54c58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* PERMUTE_ARGS:
   REQUIRED_ARGS: -Xf${RESULTS_DIR}/compilable/futurexf.json
 */

class A
{
    @__future char msg();
}

void main()
{
}