~ubuntu-branches/ubuntu/edgy/mcpp/edgy

« back to all changes in this revision

Viewing changes to cpp-test/test-t/u_1_13.c

  • Committer: Bazaar Package Importer
  • Author(s): NIIBE Yutaka
  • Date: 2004-10-23 23:18:57 UTC
  • Revision ID: james.westby@ubuntu.com-20041023231857-93z8ff2dgp7m7dpy
Tags: upstream-2.4.1
ImportĀ upstreamĀ versionĀ 2.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* u_1_13.c:    Undefined behaviors on undefined #include syntax or header-
 
2
        name.   */
 
3
 
 
4
/* { dg-do preprocess } */
 
5
 
 
6
/* u.1.13:  Excessive argument in #include directive.   */
 
7
#include    <assert.h>  Junk    /* { dg-error "extra tokens | `#include' expects | Excessive token sequence" } */
 
8