29 lines
403 B
C++
29 lines
403 B
C++
// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
|
|
|
|
#ifndef line_h
|
|
#define line_h
|
|
|
|
//
|
|
// INTERFACE definition follows
|
|
//
|
|
|
|
#line 2 "line.cpp"
|
|
|
|
// This is class Foo.
|
|
class Foo
|
|
{
|
|
|
|
public:
|
|
#line 10 "line.cpp"
|
|
// A long, multiline comment in front of this function definition.
|
|
// Also, a lot of specifiers that need to be handled.
|
|
|
|
|
|
|
|
|
|
static void
|
|
func1();
|
|
};
|
|
|
|
#endif // line_h
|