1 // RUN: %clang_cc1 -fms-extensions -fsyntax-only -verify %s
4 #pragma alloc_text("hello", foo) // no-error
8 #pragma alloc_text("hello", foo1) // no-error
12 #pragma alloc_text(c, foo2) // expected-error {{'#pragma alloc_text' is applicable only to functions}}