At present, when a user of the popular Q&A website http://stackoverflow.com with under 10k rep tries to view a deleted question, she sees the following image:

(Note that the filename of this image is "polyglot-404.png".)
Which would appear to represent the text:
# define v putchar
# define print(x) main(){v(4+v(v(52)-4));return 0;}/*
#>+++++++4+[>++++++<-]> ++++.----.++++.*/
print(202*2);exit();
#define/*>.@*/exit()
Even if it weren't for the filename, this would look suspiciously polyglottish. Which languages does this do something interesting in? (Are there any where it does something besides print "404"?)
P.S. Is it just me, or did I just find a bug in Prettify?