6 lines
82 B
Text
6 lines
82 B
Text
module test {
|
|
void run() {
|
|
Int x = 7;
|
|
assert x == 42;
|
|
}
|
|
}
|