github.com/0xKiwi/rules_go@v0.24.3/tests/core/cgo/add.mm (about)

     1  #include "add.h"
     2  
     3  #if !defined(RULES_GO_CPP) || !defined(RULES_GO_CXX) || defined(RULES_GO_C)
     4  #error This is an Objective-C++ file, only RULES_GO_CXX and RULES_GO_CPP should be defined.
     5  #endif