summaryrefslogtreecommitdiff
path: root/tests/projects/other/parse_headerdeps/src/test1.cpp
blob: 46c4224d3921d82b60f65414679aa7d788ef71d9 (plain)
1
2
3
4
5
6
7
8
// test1.cpp 
#include "common/test1.hpp"

int main(int argc, char** argv)
{
  f();
  return 0;
}