blob: c6e3fb9bac88c9548b0c86245aaa053c376ef688 [file] [log] [blame] [edit]
#include "test/wasm.h"
int main() {
puts("Hello, world!\n");
return 0;
}
/** STDOUT ///
Hello, world!
/// STDOUT **/