summaryrefslogtreecommitdiffstats
path: root/test cases/common/219 include_type dependency/main.cpp
blob: bf8c4a423613be99dd6b908d15679b4bd51d60d1 (plain)
1
2
3
4
5
6
7
8
#include <iostream>
#include <boost/graph/filtered_graph.hpp>

using namespace std;

int main(void) {
  return 0;
}