0// TODO: Something
1// More notes lala
2// way more notes
3my_proc :: () {
4 foo();
5}
7// Todo: Something
8def python_func():
9 return lala
11// TODO(name, 1): Something
12void what_if_todo_here() {
13 return;
14}
16// TODO(name,1): Something
18// TODO(name ,1): Something
20// TODO(name , 1): Something
22// TODO(name):
24/** TODO Something */