mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-25 14:28:54 -04:00

arguments, force use of clang frontend for the driver. Fixes rdar://11356765. llvm-svn: 157205
5 lines
151 B
C++
5 lines
151 B
C++
// RUN: c-index-test -index-file -arch i386 -mkernel %s | FileCheck %s
|
|
|
|
// CHECK: [indexDeclaration]: kind: function | name: foobar
|
|
void foobar(void);
|