1 // RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -fsyntax-only %s -verify
11 // expected-error@+1 {{initializer priorities are not supported in HLSL}}
12 Pup __attribute__((init_priority(1))) Fido;
14 // expected-error@+1 {{initializer priorities are not supported in HLSL}}
15 __attribute__((constructor(1))) void call_me_first(void) {