mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
12 lines
138 B
D
12 lines
138 B
D
/* PERMUTE_ARGS:
|
|
REQUIRED_ARGS: -Xf${RESULTS_DIR}/compilable/futurexf.json
|
|
*/
|
|
|
|
class A
|
|
{
|
|
@__future char msg();
|
|
}
|
|
|
|
void main()
|
|
{
|
|
}
|