Use edge weights to choose the right linker based on input language names.
[oota-llvm.git] / test / LLVMC / together.c
1 /*
2  * RUN: ignore
3  */
4
5 #include <stdio.h>
6
7 void test() {
8   printf("hello\n");
9 }