DCD/tests/tc051/file2.d

2 lines
77 B
D

struct UDA(T){int a,b;} struct Foo{int c; @UDA!(int)(0,1) void bar(){this.}}