Fix C/should_fail/init2.c: if there is no outer_type (error case), just go on.
[cparser] / driver / firm_codegen.h
1 #ifndef FIRM_CODEGEN_H
2 #define FIRM_CODEGEN_H
3
4 /* Calls the specified backend. */
5 void do_codegen(FILE *out, const char *asm_file_name);
6
7 #endif /* FIRM_CODEGEN_H */