8 lines
116 B
C++
Raw Normal View History

// Include code from a header that should not be compiled separately.
#include "A.hh"
2004-10-22 17:05:25 -04:00
int main()
{
return A();
2004-10-22 17:05:25 -04:00
}