summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/c/Issue_3516.c
blob: 2f591b75f3e35e6fad3fa8c40c6c088544bb244d (plain)
1
2
3
4
5
6
7
8
9
10
void g () {
  h();
  int x;
  return;
  {
    h();
    int x;
    return;
  }
}