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