原始内容
高亮显示
复制内容
// Check that we can compile files of different types together. // RUN: llvmc %s %p/../test_data/together.c -o %t // RUN: %abs_tmp | grep hello // XFAIL: vg extern "C" void test(); int main() { test(); }
您还没有登录,登录后您可以:
首次使用?从这里 注册