Aer/tests/load_module.aer
belliash ff73690111
Some checks reported errors
The build has failed.
Update tests to follow new syntax.
2019-03-17 19:48:52 +01:00

8 lines
165 B
Plaintext

final class Program {
void main() {
var_dump(function_exists('dummy_function'));
var_dump(import('dummy'));
var_dump(function_exists('dummy_function'));
}
}