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

21 lines
264 B
C++

// AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*-
#ifndef explicit_h
#define explicit_h
//
// INTERFACE definition follows
//
#line 2 "explicit.cpp"
class Foo
{
public:
#line 10 "explicit.cpp"
explicit Foo(int bar);
};
#endif // explicit_h