view tests/mpp/line.c @ 10:5b21f127e957

silence random gcc warning
author David A. Holland
date Mon, 30 May 2022 23:58:14 -0400
parents 13d2b8934445
children
line wrap: on
line source

here
#line 12 "there.c"
there
#line 15
elsewhere
#line 2
and so on

#define WHERE(l,f) x #y
#line WHERE(10, line.c)
and back