dl: run vfmt over all .v files
parent
50c09e074a
commit
3fdff93c3f
|
@ -6,7 +6,7 @@ import dl
|
||||||
type FNAdder = fn (int, int) int
|
type FNAdder = fn (int, int) int
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
library_file_path := os.join_path(os.getwd(), 'library${dl.dl_ext}')
|
library_file_path := os.join_path(os.getwd(), 'library$dl.dl_ext')
|
||||||
handle := dl.open(library_file_path, dl.rtld_lazy)
|
handle := dl.open(library_file_path, dl.rtld_lazy)
|
||||||
eprintln('handle: ${ptr_str(handle)}')
|
eprintln('handle: ${ptr_str(handle)}')
|
||||||
mut f := &FNAdder(0)
|
mut f := &FNAdder(0)
|
||||||
|
|
Loading…
Reference in New Issue