dmd/compiler/test/compilable/imports/testlambda1.d
2022-07-09 18:53:07 +02:00

3 lines
53 B
D

module imports.testlambda1;
int bar() { return 7; }