75bd379a1c91b37ea4d513f66a8004116306999b
[riscv-isa-sim.git] / operators / operators.t.cc
1 #include <stdio.h>
2
3 int main(int argc, char *argv[])
4 {
5 printf("hello\n");
6 }