1 1.2 rillig /* $NetBSD: psym_do.c,v 1.2 2022/04/22 21:21:20 rillig Exp $ */ 2 1.1 rillig 3 1.1 rillig /* 4 1.1 rillig * Tests for the parser symbol psym_do, which represents the state after 5 1.1 rillig * reading the token 'do', now waiting for the statement of the loop body. 6 1.1 rillig */ 7 1.1 rillig 8 1.1 rillig #indent input 9 1.1 rillig // TODO: add input 10 1.1 rillig #indent end 11 1.1 rillig 12 1.1 rillig #indent run-equals-input 13