aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/renameDependency/after/lib2.cpp
blob: cf45da25a70a91adfa255400c1c1728fe381ec6f (plain)
1
2
3
4
5
6
7
#include "lib2.h"
#include <iostream>

void print_two_numbers(int a, int b, int c)
{
    std::cout << "a=" << a << ", b=" << b << ", c=" << c << std::endl;
}