object obj;
obj = find_object("std/thing");
obj = find_object("std/thing.c");
obj = find_object("/std/thing");
obj = find_object("/std/thing.c");
All four statements are equal.
obj = find_object("/std/thing#42");
returns the clone whose file_name is "std/thing#42", if
it exists.