aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.apple/very-long-comment.c
blob: 2d9928dd4b32d3acc26495440592dd38b1e5ef8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
This is a really long comment. This is a really long comment. This is a really long comment. This is a really long comment. This is a really long comment. This is a really long comment. This is a really long comment. This is a really long comment. This is a really long comment. This is a really long comment. This is a really long comment. This is a really long comment. This is a really long comment. This is a really long comment. This is a really long comment. This is a really long comment.
 */
#warning test warning /* { dg-warning "test warning" } */
#include <stdio.h>

int main()
{
  printf("This is line %d\n", __LINE__); 
  return 0;
}

/* { dg-options "-Wall" } */
/* { dg-do compile } */