summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/bz6905.c
blob: bb3f524e35c5272b631be1fff324e6052eea1b90 (plain)
1
2
3
4
5
6
7
int main()
{
  int a;

  a = a + 1;
  return 0;
}