aboutsummaryrefslogtreecommitdiff
path: root/tests/include/test2.cpp
blob: 4a40e90ea442a80159aa28d282189f52a46d3a45 (plain)
1
2
3
4
5
6
7
8
#include "test2.hpp"

// BUG: should complain
// # include test2.h

int test_call_int() {
  return 5; 
}