Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Unified Diff: wasm-tests/hello-printf.c

Issue 1876413002: Subzero. WASM. Additional progress. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review feedback and merging with master Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/WasmTranslator.cpp ('k') | wasm-tests/hello-putchar.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: wasm-tests/hello-printf.c
diff --git a/wasm-tests/hello-printf.c b/wasm-tests/hello-printf.c
new file mode 100644
index 0000000000000000000000000000000000000000..d0c89ee66056ea27bdb753f78d445ba8389f5ae3
--- /dev/null
+++ b/wasm-tests/hello-printf.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main(int argc, const char **argv) {
+ printf("Hello, World!\n");
+ return 0;
+}
« no previous file with comments | « src/WasmTranslator.cpp ('k') | wasm-tests/hello-putchar.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698