mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-04 09:00:33 +03:00
9 lines
129 B
D
9 lines
129 B
D
|
|
// RUN: %ldc -enable-dynamic-compile -run %s
|
|
|
|
import ldc.dynamic_compile;
|
|
|
|
void main(string[] args)
|
|
{
|
|
compileDynamicCode();
|
|
}
|