// Test typeof(nil)

proc main()
{
    "typeof(nil) = ", ?? nil, " (should be ", Null, ")\n";
}