summaryrefslogtreecommitdiff
path: root/tests/projects/other/parse_headerdeps/common/test1.hpp
blob: 9a4973522f3ea474ab0434cf2d891393fca383a5 (plain)
1
2
3
4
5
6
7
8
9
// ../common/test1.hpp 
#include <iostream>
 
void f()
{
  std::cout << "f()" << std::endl;
}