mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-20 20:15:49 -04:00

- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
7 lines
180 B
C++
7 lines
180 B
C++
// RUN: clang-cc --fsyntax-only %s
|
|
// RUN: clang-cc --ast-print %s
|
|
// RUN: clang-cc --ast-dump %s
|
|
// FIXME: clang-cc --ast-print-xml -o %t %s
|
|
|
|
#include "cxx-language-features.inc"
|