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
9 lines
70 B
C
9 lines
70 B
C
#include "foo.h"
|
|
|
|
void stop() {}
|
|
|
|
int foo() {
|
|
stop();
|
|
return 0;
|
|
}
|