summaryrefslogtreecommitdiff
path: root/test/CodeGen/builtins-arm-msvc-compat-error.c
blob: 29469deb6a700e13e1370a39b86beffd3f3790b5 (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -triple thumbv7-windows -fms-extensions -verify %s

void emit_error(unsigned int opcode) {
  __emit(opcode); // expected-error {{argument to '__emit' must be a constant integer}}
}