Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 924 Bytes

target-completion-package.org

File metadata and controls

31 lines (27 loc) · 924 Bytes

#

#

#

workspace(name = "test")
cc_library(
    name = "test",
    srcs = ["test.cc"],
    deprecation = "Deprecated!",
)
UnknownType foo;