brintos

brintos / llvm-project-archived public Read only

0
0
Text · 359 B · fb6c4e2 Raw
9 lines · c
1/* FIXME: This is a file containing various typos for which we can2   suggest corrections but are unable to actually recover from3   them. Ideally, we would eliminate all such cases and move these4   tests elsewhere. */5 6// RUN: %clang_cc1 -fsyntax-only -verify %s7 8unsinged x = 17; // expected-error{{unknown type name 'unsinged'; did you mean 'unsigned'?}}9