Bug 545892 - Always pass WM_NCPAINT events to the default event procedure. r=bent...
[mozilla-central.git] / xpcom / tests / TestQuickReturn.cpp
blobd00771ba7ba405ae65374e01194e6ce532f1a2cc
1 #include <stdio.h>
3 int main (int argc, char* argv[]) {
4 if (argc != 1)
5 return -1;
7 return 42;