FOC/L4RE: Upstream revision 40
This commit is contained in:
20
tools/preprocess/test/verify/explicit.h
Normal file
20
tools/preprocess/test/verify/explicit.h
Normal file
@@ -0,0 +1,20 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user