Changeset 1db2c5be for translator
- Timestamp:
- Nov 19, 2014, 11:26:57 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 3c70d38
- Parents:
- d3d8c3f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified translator/examples/hello.c ¶
rd3d8c3f r1db2c5be 1 // "cfa hello.c fstream.c iostream.o"2 // "cfa -CFA hello.c > hello.i"3 // "cfa hello.i fstream.i iostream.o"4 5 1 #include "fstream.h" 6 2 … … 14 10 sout << "i:" << i << " j:" << j << " k:" << k << "\n"; 15 11 } 12 13 // Local Variables: // 14 // compile-command: "../../bin/cfa hello.c fstream.o iostream.o" // 15 // End: //
Note: See TracChangeset
for help on using the changeset viewer.