summaryrefslogtreecommitdiffstats
path: root/test cases/common/215 source set realistic example/was-found.cc
blob: f1eaf1ea55ed8cceb1f5748ae4bb1e061dfaf2f0 (plain)
1
2
3
4
5
6
7
#include <iostream>

void some_random_function()
{
    std::cout << ANSI_START << "huh?"
              << ANSI_END << std::endl;
}