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

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