11.4Srillig# $NetBSD: error.mk,v 1.4 2023/06/01 20:56:35 rillig Exp $
21.3Srillig#
31.3Srillig# Demonstrate that the .error directive exits immediately, without
41.3Srillig# continuing parsing until the end of the file.
51.1Sapb
61.4Srillig# expect+1: just FYI
71.1Sapb.info just FYI
81.4Srillig# expect+1: warning: this could be serious
91.1Sapb.warning this could be serious
101.4Srillig# expect+1: this is fatal
111.1Sapb.error this is fatal
121.3Srillig.info this is not reached because of the .error above
131.1Sapb
141.1Sapball:
151.3Srillig	: this is not reached because of the .error
16