using System; public class Test { public static int getRandom() { unsafe{ int a; return a;} } public static void Main() { } }
Standard input is empty
prog.cs(7,17): error CS0227: Unsafe code requires the `unsafe' command line option to be specified Compilation failed: 1 error(s), 0 warnings
Standard output is empty