module test { void run() { Int x = 7; assert x == 42; } }