summaryrefslogtreecommitdiff
path: root/tests/void_cast.c
blob: d559b2ac654ed92ba45efe209e36a7cdc28dd175 (plain)
1
2
3
4
5
int main() {
  int x;
  (void)x;
  return 0;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback