diff options
Diffstat (limited to 'clang/test/Lexer/digraph.cpp')
-rw-r--r-- | clang/test/Lexer/digraph.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/clang/test/Lexer/digraph.cpp b/clang/test/Lexer/digraph.cpp deleted file mode 100644 index 07c085a1d55..00000000000 --- a/clang/test/Lexer/digraph.cpp +++ /dev/null @@ -1,15 +0,0 @@ -// RUN: clang -fsyntax-only %s - -%:include <stdio.h> - - %:ifndef BUFSIZE - %:define BUFSIZE 512 - %:endif - - void copy(char d<::>, const char s<::>, int len) - <% - while (len-- >= 0) - <% - d<:len:> = s<:len:>; - %> - %> |