platform_ldbl96.c revision 1.2
11.2Srillig/* $NetBSD: platform_ldbl96.c,v 1.2 2021/09/26 14:28:22 rillig Exp $ */ 21.1Srillig# 3 "platform_ldbl96.c" 31.1Srillig 41.1Srillig/* 51.1Srillig * Test features that only apply to platforms that have 96-bit long double. 61.1Srillig */ 71.1Srillig 81.2Srillig/* lint1-extra-flags: -c -h -a -p -b -r -z */ 91.1Srillig/* lint1-only-if: ldbl-96 */ 101.1Srillig 111.1Srillig// TODO: Add some code that passes. 121.1Srillig// TODO: Add some code that fails. 131.2Srillig 141.1Srillig/* expect+1: warning: empty translation unit [272] */ 15