1 // RUN: %clang_cc1 %s -Eonly -verify 2 3 #define COMM / ## * 4 COMM // expected-error {{pasting formed '/*', an invalid preprocessing token}} 5 6