summaryrefslogtreecommitdiff
path: root/tests/test_cases/deps/chain/main.cpp
blob: db539d4717475cea9301aeeeda9fd9a41a37a0d1 (plain)
1
2
3
4
5
6
7
#include "foo.hpp"
#include "qux.hpp"

int main() {
  print_foo("Everthing is fine.");
  print_qux("Everthing is ok.");
}