// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions -triple x86_64-scei-ps4
// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions -triple x86_64-sie-ps5
// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions -triple i686-unknown-linux-gnu
// On ELF targets, issue a diagnostic that pragma comments are ignored except:
// #pragma comment lib
// expected-warning {{'#pragma comment linker' ignored}}
// expected-warning {{'#pragma comment user' ignored}}
// expected-warning {{'#pragma comment compiler' ignored}}
// expected-warning {{'#pragma comment exestr' ignored}}
// expected-error {{unknown kind of pragma comment}}