summaryrefslogtreecommitdiff
path: root/checks/207.m4exit
blob: 981f84e823c7ab02f7682f189e570b32b207d418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dnl @ ../doc/m4.texinfo:7068: Origin of test
dnl @ expected status: 1
dnl @ extra options: 
dnl @ Copyright (C) 2006, 2007, 2008, 2009 Free Software
dnl @ Foundation, Inc.
dnl @ This file is free software; the Free Software Foundation
dnl @ gives unlimited permission to copy and/or distribute it
dnl @ with or without modifications, as long as this notice
dnl @ is preserved.
define(`fatal_error',
       `errprint(__program__:__file__:__line__`: fatal error: $*
')m4exit(`1')')
dnl @result{}
fatal_error(`this is a BAD one, buster')
dnl @error{}m4:stdin:4: fatal error: this is a BAD one, buster