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

void some_random_function()
{
    std::cout << ANSI_START << "everything's alright"
              << ANSI_END << std::endl;
}