summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/30088-Issue_2561.cpp
blob: aa5669663e6561273545bdd88923359bbe3de7b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>

int getFoo () { return foo; }

int
main (int argc, char *argv[])
{
   printf("hello world!\n");

   return 0;
} // main