2013-05-20 22:07:18 +08:00
|
|
|
// RUN: rm -rf %t
|
2015-06-16 08:08:24 +08:00
|
|
|
// RUN: %clang_cc1 -fsyntax-only -triple thumbv7-none-linux-gnueabihf -target-abi aapcs -target-cpu cortex-a8 -mfloat-abi hard -std=c99 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -D__need_wint_t %s -verify
|
2013-05-20 22:07:18 +08:00
|
|
|
// expected-no-diagnostics
|
2015-02-25 10:43:38 +08:00
|
|
|
|
2013-05-20 22:07:18 +08:00
|
|
|
@import _Builtin_intrinsics.arm.neon;
|