Files
foc/tools/preprocess/test/verify/parser_i.h
2013-01-11 17:00:47 +01:00

15 lines
342 B
C++

// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
#ifndef parser_i_h
#define parser_i_h
#line 35 "parser.cpp"
// Try function-pointer typedef
typedef int (* diag_printf_t) (const char *, ...);
#line 38 "parser.cpp"
typedef int (**dblfptr) (void);
#line 39 "parser.cpp"
typedef int (* arrfptr[20]) (void);
#endif // parser_i_h