Skip to content

Commit

Permalink
Added comment about static variables
Browse files Browse the repository at this point in the history
  • Loading branch information
westernmagic committed May 24, 2020
1 parent 83a5cdf commit e18054d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/assembly/asm/nvptx-types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ impl Copy for i64 {}
impl Copy for f64 {}
impl Copy for ptr {}

// NVPTX does not support static variables
#[no_mangle]
fn extern_func() {}

Expand Down

0 comments on commit e18054d

Please sign in to comment.