add operators library to contain operator-overloads of +/-/*/div/>/>= etc
[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 }