summaryrefslogtreecommitdiff
path: root/test/hai.c
blob: 752cd40e66713d4549949537b108cdd18d193484 (plain)
1
2
3
4
5
#include <stdio.h>

int hai() {
  return 42;
}