Clang Project

clang_source_code/test/Driver/woa-restrict-it.c
1// RUN: %clang -target armv7-windows -### %s 2>&1 | FileCheck %s
2
3// CHECK: "-mllvm" "-arm-restrict-it"
4
5