xref: /llvm-project/clang/test/Modules/Inputs/stress1/m01.h (revision ffbf705cc3656566d0f3ed710a860baa3eba1b85)
175fc6a7fSChandler Carruth #ifndef STRESS1_M01_H
275fc6a7fSChandler Carruth #define STRESS1_M01_H
375fc6a7fSChandler Carruth 
475fc6a7fSChandler Carruth #include "common.h"
575fc6a7fSChandler Carruth 
6*ffbf705cSChandler Carruth // Trigger the use of special members for a class this is also defined in other
7*ffbf705cSChandler Carruth // modules.
m01_special_members()8*ffbf705cSChandler Carruth inline N00::S01 m01_special_members() { return N00::S01(); }
9*ffbf705cSChandler Carruth 
1075fc6a7fSChandler Carruth #endif
11