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

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