summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T20674/foo.c
blob: 8c244a5957ab947c5f7379599b96af1ba49c16f9 (plain)
1
2
3
4
5
6
#include "header.h"

int q() {
  int e = foo(0);
  return(0);
}