mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
4 lines
92 B
D
4 lines
92 B
D
// EXTRA_FILES: imports/cstuff3.c
|
|
import imports.cstuff3;
|
|
|
|
static assert(squared(4) == 16);
|