xref: /minix3/external/bsd/llvm/dist/clang/test/Sema/warn-documentation-crlf.c (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -fsyntax-only -Wdocumentation %s
2*f4a2713aSLionel Sambuc // The run line does not have '-verify' because we were crashing while printing
3*f4a2713aSLionel Sambuc // the diagnostic.
4*f4a2713aSLionel Sambuc 
5*f4a2713aSLionel Sambuc // This file has DOS-style line endings (CR LF).  Please don't change it to
6*f4a2713aSLionel Sambuc // Unix-style LF!
7*f4a2713aSLionel Sambuc 
8*f4a2713aSLionel Sambuc // PR14591.  Check that we don't crash on this.
9*f4a2713aSLionel Sambuc /**
10*f4a2713aSLionel Sambuc  * @param abc
11*f4a2713aSLionel Sambuc  */
12*f4a2713aSLionel Sambuc void nocrash1(int qwerty);
13*f4a2713aSLionel Sambuc 
14