using System; class Program{ int main(string[] args) { int a; return a; }}
Standard input is empty
prog.cs(8,14): error CS0165: Use of unassigned local variable `a' Compilation failed: 1 error(s), 0 warnings
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!