summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/user_headerunit/src/header.hpp
blob: 840c3da80193e43a05fda89c42dec4735fb055ca (plain)
1
2
3
4
5
#pragma once

namespace hello {
    constexpr auto FOO = "Hello";
}