mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
5 lines
138 B
C
5 lines
138 B
C
// RUN: %clang_cc1 %s -Eonly -verify
|
|
|
|
#define COMM / ## *
|
|
COMM // expected-error {{pasting formed '/*', an invalid preprocessing token}}
|
|
|