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

#include <cstdio>

void print_qux(std::string s) { printf("[qux]: %s\n", s.data()); }