summary refs log blame commit diff stats
path: root/tests/compilepragma/test.c
blob: fc0482e40cd907319cd2fb233f60286ffab05c17 (plain) (tree)
1
2
3


                       
int foo(int a, int b) {
  return a+b;
}