#include "stddef.gdh"

table(glyph)
clsFail = codepoint("FAIL");
clsPass = codepoint("PaSs");
endtable

table(substitution)

pass(1)
clsFail > clsPass;
endpass;

endtable