2009-10-04 10:30:41 +03:00

8 lines
116 B
C++

// Include code from a header that should not be compiled separately.
#include "A.hh"
int main()
{
return A();
}