src/Compilation.zig | 16 ++++++++++++-- src/main.zig | 5 +++-- test/standalone.zig | 5 +++++ test/standalone/objcpp/Foo.h | 7 +++++++ test/standalone/objcpp/Foo.mm | 11 ++++++++++ test/standalone/objcpp/build.zig | 36 ++++++++++++++++++++++++++++++++ test/standalone/objcpp/test.mm | 14 +++++++++++++ 7 files changed, 90 insertions(+), 4 deletions(-)