Rev 408 | Blame | Compare with Previous | Last modification | View Log | Download
#include "test.h" int main(int argc, char** argv) { do_something(); return 0; }
#include "test.h"
int main(int argc, char** argv)
{
do_something();
return 0;
}