implement aliases for div/idiv that have an explicit A register operand,
[oota-llvm.git] / test / LLVMC / test_data / together.c
1 #include <stdio.h>
2
3 void test() {
4   printf("hello\n");
5 }