Source file test/typeparam/dedup.go

     1  // rundir
     2  
     3  // Copyright 2021 The Go Authors. All rights reserved.
     4  // Use of this source code is governed by a BSD-style
     5  // license that can be found in the LICENSE file.
     6  
     7  // Note: this doesn't really test the deduplication of
     8  // instantiations. It just provides an easy mechanism to build a
     9  // binary that you can then check with objdump manually to make sure
    10  // deduplication is happening. TODO: automate this somehow?
    11  
    12  package ignored
    13  

View as plain text