mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 11:27:18 -04:00
5 lines
183 B
C
5 lines
183 B
C
// RUN: %clang_cc1 -triple i686-unknown-linux-gnu -fsyntax-only -verify %s -Wunknown-pragmas
|
|
|
|
#pragma comment(linker, "")
|
|
// expected-warning@-1 {{'#pragma comment linker' ignored}}
|
|
|