blob: bdcf055bfb97f81dcd1d6961551e045a586e1df7 [file] [log] [blame]
# Suppress sorting based on comment.
# NOSORT
sources = []
# NOSORT
sources = [ "a" ]
# NOSORT
sources += [ "a" ]
# NOSORT
# This is NOSORT because reason.
sources = [
"z",
"z2",
"a",
"y.cc",
]
# This is NOSORT because reason:
# NOSORT
sources += [
"z",
"z2",
"a",
"y.cc",
]