summaryrefslogtreecommitdiff
path: root/tests/projects/c++/modules/hello_with_pch/src/main.cpp
blob: 739309dd4e6f25b23de4409c37b31148849dee21 (plain)
1
2
3
4
5
6
7
8
#include "test.h"

import hello;

int main() {
    hello::say("hello module!");
    return 0;
}