summaryrefslogtreecommitdiff
path: root/test/LLVMC/test_data/together.c
blob: a828c475779b6796fd71d1f56574aa19805e42e7 (plain)
1
2
3
4
5
#include <stdio.h>

void test() {
  printf("hello\n");
}