blob: 0a79d0cd7380a781fd2570b19e04b1a43c254c32 [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",
]