1 /* { dg-do compile } */
2 /* { dg-options "-mfp16-format=alternative" } */
3 
4 /* Encoding taken from:  http://en.wikipedia.org/wiki/Half_precision */
5 /* 0x3555 = 13653 */
6 __fp16 xx = (1.0/3.0);
7 
8 /* { dg-final { scan-assembler "\t.size\txx, 2" } } */
9 /* { dg-final { scan-assembler "\t.short\t13653" } } */
10