C#, 57
Just because nobody has posted a C# solution yet (and I'm curious to see if any wizards can shorten it further).
class M{static int Main(){for(;;)System.Console.Beep();}} This interpretation of "output" may be stretching, but still valid I think (and saves 4 characters! :)