mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 21:45:46 -04:00
6 lines
138 B
C
6 lines
138 B
C
// RUN: %clang_cc1 %s -Eonly -verify
|
|
|
|
#define COMM / ## *
|
|
COMM // expected-error {{pasting formed '/*', an invalid preprocessing token}}
|
|
|