8 lines
69 B
Python
8 lines
69 B
Python
"""
|
|
Test sample code.
|
|
"""
|
|
|
|
load("//private:bar.bzl", "func")
|
|
|
|
func()
|