opnsense-src/test/Preprocessor/comment_save.c

9 lines
119 B
C
Raw Normal View History

2010-01-01 05:34:51 -05:00
// RUN: %clang_cc1 -E -C %s | FileCheck -strict-whitespace %s
2009-06-02 13:58:47 -04:00
// foo
2009-11-04 10:04:32 -05:00
// CHECK: // foo
2009-06-02 13:58:47 -04:00
2009-11-04 10:04:32 -05:00
/* bar */
// CHECK: /* bar */
2009-06-02 13:58:47 -04:00