summary refs log tree commit diff stats
path: root/tests/compilepragma/test.c
blob: fc0482e40cd907319cd2fb233f60286ffab05c17 (plain) (blame)
1
2
3
int foo(int a, int b) {
  return a+b;
}