lsym_offsetof.c revision 1.1
11.1Srillig/* $NetBSD: lsym_offsetof.c,v 1.1 2021/11/18 21:19:19 rillig Exp $ */ 21.1Srillig/* $FreeBSD$ */ 31.1Srillig 41.1Srillig/* 51.1Srillig * Tests for the token lsym_offsetof, which represents the keyword 'offsetof' 61.1Srillig * that starts an expression for computing the offset of a member in a struct. 71.1Srillig */ 81.1Srillig 91.1Srillig#indent input 101.1Srillig// TODO: add input 111.1Srillig#indent end 121.1Srillig 131.1Srillig#indent run-equals-input 14