aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC/together.c
blob: 1b9b5f67fba93cf2ba55f3cc291a750431e69c3b (plain)
1
2
3
4
5
6
7
8
9
/*
 * RUN: ignore
 */

#include <stdio.h>

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