Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/remove-dynamic-alloc
/
.
/
tests
/
hello_world.cpp
blob: c5f69b9e87af31bbbba9f0d11b4e551c109df4ba [
file
] [
log
] [
blame
] [
edit
]
#include
<stdio.h>
class
Test
{};
// This will fail in C mode
int
main
()
{
printf
(
"hello, world!\n"
);
return
0
;
}