summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/lint/main.cpp
blob: 7453eb9127f14fd0bae6a8a3212c80b55003f465 (plain)
1
2
3
4
5
6
7
8
9
#include "plain.hpp"

#include <iostream>
#include <ostream>

int main(int argc, char **argv) {
  std::cout << "result: " << foobar(1) << std::endl;
  return 0;
}