1# RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
2
3a:
4	ret
5.Lt:
6# CHECK: .size	a, .Lt-a
7	.size	a, .Lt-a
8
9