https://github.com/epiqc/ScaffCC
Raw File
Tip revision: fb0341d7eb6d3ae899a20f913e9f550f738d1bea authored by ah744 on 22 December 2016, 07:02:43 UTC
afree patch
Tip revision: fb0341d
hash_line.c
// The 1 and # should not go on the same line.
// RUN: %clang_cc1 %s -E | not grep "1 #"
// RUN: %clang_cc1 %s -E | grep '^1$'
// RUN: %clang_cc1 %s -E | grep '^      #$'
1
#define EMPTY
EMPTY #

back to top