1
2
3// %CopyrightBegin%
4//
5// Copyright Ericsson AB 1998-2016. All Rights Reserved.
6//
7// Licensed under the Apache License, Version 2.0 (the "License");
8// you may not use this file except in compliance with the License.
9// You may obtain a copy of the License at
10//
11//     http://www.apache.org/licenses/LICENSE-2.0
12//
13// Unless required by applicable law or agreed to in writing, software
14// distributed under the License is distributed on an "AS IS" BASIS,
15// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16// See the License for the specific language governing permissions and
17// limitations under the License.
18//
19// %CopyrightEnd%
20#line
21#line 8
22#line 8a
23#line 12 abc.c
24#line 12 "kurt.c"
25#warning fdafdsaf
26
27
28#define T 12
29#define F T
30#define Q(a) sinus(a)
31#undef Q
32#
33#line 12
34#warning test of warning
35#warning second of warning
36#warning third of warning
37#pragma kurt
38#ident kurt
39#kurt      fdsafd
40#line 20
41main()
42{
43  if (Q(34,56)=='NULL') printf(" T AAA%sEEEE \n",Q);
44  printf(" %d \n",F);
45}
46sune
47