mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
5 lines
91 B
D
5 lines
91 B
D
import core.attribute;
|
|
|
|
@mustuse int n;
|
|
@mustuse alias A = int;
|
|
@mustuse template tpl() {}
|