Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestInlinedRoutineArgsVars (0.24 sec)

  1. src/cmd/link/internal/ld/dwarf_test.go

    				}
    			}
    			if !found {
    				t.Fatalf("not enough inlined subroutines found in main.main")
    			}
    		})
    	}
    }
    
    // TestInlinedRoutineArgsVars tests the argument and variable records for an inlined subroutine.
    func TestInlinedRoutineArgsVars(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    
    	mustHaveDWARF(t)
    
    	t.Parallel()
    
    	const prog = `
    package main
    
    var G int
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 01:38:11 UTC 2024
    - 48.6K bytes
    - Viewed (0)
Back to top