ClonedProd.h
Go to the documentation of this file.
1 #ifndef art_test_Integration_fastclonefail_v10_ClonedProd_h
2 #define art_test_Integration_fastclonefail_v10_ClonedProd_h
3 // vim: set sw=2 expandtab :
4 
6 
7 namespace arttest {
8 
9  class ClonedProd {
10  public:
11  ~ClonedProd();
12  ClonedProd();
13 
14  public:
15  int dp1_{3};
16  };
17 
18 } // namespace arttest
19 
20 #endif /* art_test_Integration_fastclonefail_v10_ClonedProd_h */
21 
22 // Local Variables:
23 // mode: c++
24 // End: