Tests to ensure that c-archive link mode is working as expected.
Contents
Test that calls a CGo exported GoAdd method from C and check that the return value is correct. This is a cc_test that links statically against a go_binary.
Test that calls a CGo exported GoAdd method from C and check that the return value is correct. This is a cc_test that links dynamically against a go_binary.