Dialect "modern"
Import Sample.Math As Math

Print "Precompiled result = " + Math.Add(1, 1)
If Math.Add(1, 1) <> 4 Then RuntimeError "precompiled Module sample failed"
