aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_posts/snippets/static_vs_inline_vs_unnamed_namespaces/separate_method_definitions/another.cpp
blob: f13b3a136ad76fc8f47e48665f7cc518457f196b (plain) (blame)
1
2
3
4
5
6
#include "another.hpp"
#include "shared.hpp"

void another() {
    Test test;
}