use strict; { our $var = 20; } print("$var\n"); # Compile-time error.