1# A pair position lookup where only the second glyph has a non-empty valuerecord
2# while the first glyph has a NULL valuerecord. The ValueFormat1 for the first
3# glyph is expected to be 0.
4# https://github.com/fonttools/fonttools/issues/1459
5feature kern {
6    pos A <NULL> V <-180 0 -90 0>;
7} kern;
8