lsym_sizeof.c revision 1.1
1/* $NetBSD: lsym_sizeof.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */
2/* $FreeBSD$ */
3
4/*
5 * Tests for the token lsym_sizeof, which represents the keyword 'sizeof' for
6 * determining the memory size of an object or a type.
7 *
8 * See also:
9 *	opt_bs.c		"blank after sizeof"
10 *	C11 6.5.3.4		"The 'sizeof' and '_Alignof' operators"
11 */
12
13#indent input
14// TODO: add input
15#indent end
16
17#indent run-equals-input
18