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