mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 19:45:40 -04:00

plugin. Unfortunately the test is currently XFAILed because of missing changes to the clang driver. Differential Revision: https://reviews.llvm.org/D67124 llvm-svn: 370931
6 lines
97 B
C
6 lines
97 B
C
#include "foo.h"
|
|
int main() {
|
|
const char *s = "Hello MacABI!";
|
|
return foo(); // break here
|
|
}
|