summaryrefslogtreecommitdiff
path: root/test/wasm_backend/hello_world_real.cpp
blob: 1e39e8bd428d27601c457bd039c5804934dc0b7c (plain)
1
2
3
4
5
6
#include <stdio.h>

int main() {
  printf("hello, world!\n");
}