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