Crafter.Build/tests/Diamond/B/B.cppm

6 lines
77 B
Text
Raw Normal View History

export module B;
import X;
export int BValue() {
return XValue() * 2;
}