]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/gcc.dg/cpp/widestr1.c
19960224-2.c, [...]: Update tests for new diagnostic messages.
[gcc.git] / gcc / testsuite / gcc.dg / cpp / widestr1.c
CommitLineData
e729bc6d
AO
1/* Copyright (C) 2000 Free Software Foundation.
2
3 by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */
4
5/* { dg-do preprocess } */
6
74f215d7 7#line 1 L"foo" /* { dg-error "not a valid filename" "wide string in #line" } */
e729bc6d
AO
8#include L"stdio.h" /* { dg-error "expects" "wide string in #include" } */
9#pragma implementation L"test.h" /* { dg-error "malformed" "wide string in #pragma implementation" } */
This page took 0.284478 seconds and 5 git commands to generate.