summaryrefslogtreecommitdiff
path: root/Tests/ComplexRelativePaths/Executable/A.cxx
blob: 0cc995af0d5a4710e75a4b3fb013d196ef49fcb8 (plain)
1
2
3
4
5
6
7
// Include code from a header that should not be compiled separately.
#include "A.hh"

int main()
{
  return A();
}