23 lines
365 B
C++
23 lines
365 B
C++
// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
|
|
|
|
#ifndef line_not_h
|
|
#define line_not_h
|
|
|
|
//
|
|
// INTERFACE definition follows
|
|
//
|
|
|
|
|
|
// This is class Foo.
|
|
class Foo
|
|
{
|
|
|
|
public:
|
|
// 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_not_h
|